diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-18 11:04:07 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-18 11:04:07 +0900 |
| commit | 6c4db42efd6519f13b7e3b6375c16b8d2cb928f9 (patch) | |
| tree | e1ea2c369f88cde0532c626d5113b5f2790f823c /config/waybar/style/[Dark] Latte-Wallust combined.css | |
| parent | 47a6c42c77244b4b18f6e074542c15bc43bc4273 (diff) | |
| parent | 297144b5dd1b08819276840c138c01c584689165 (diff) | |
Merge pull request #527 from JaKooLit/main
main to development
Diffstat (limited to 'config/waybar/style/[Dark] Latte-Wallust combined.css')
| -rw-r--r-- | config/waybar/style/[Dark] Latte-Wallust combined.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config/waybar/style/[Dark] Latte-Wallust combined.css b/config/waybar/style/[Dark] Latte-Wallust combined.css index 55fb7dfb..a31f68cf 100644 --- a/config/waybar/style/[Dark] Latte-Wallust combined.css +++ b/config/waybar/style/[Dark] Latte-Wallust combined.css @@ -15,7 +15,7 @@ @define-color background-module @transparent; @define-color border-color @color12; @define-color button-color @color11; -@define-color button-hover @color9; +@define-color button-hover @color13; @import '../../.config/waybar/wallust/colors-waybar.css'; @import "../waybar/style/catppuccin-themes/latte.css"; @@ -48,7 +48,7 @@ window#waybar.empty #window { tooltip { background: #1e1e2e; - border-radius: 5px; + border-radius: 12px; border-width: 1px; border-style: solid; border-color: @border-color; @@ -58,13 +58,12 @@ tooltip { /*-----module groups----*/ .modules-right { background-color: @background-module; - border-bottom:2px solid @border-color; border-radius:15px; + border-bottom:2px solid @border-color; padding-top: 2px; padding-bottom: 0px; padding-right: 4px; padding-left: 4px; - } .modules-center { |
